github.com/klauspost/compress/zstd.fastEncoderDict.dictTable (field)
9 uses
github.com/klauspost/compress/zstd (current package)
enc_fast.go#L33: dictTable []tableEntry
enc_fast.go#L808: if len(e.dictTable) != len(e.table) || d != e.lastDict {
enc_fast.go#L809: if len(e.dictTable) != len(e.table) {
enc_fast.go#L810: e.dictTable = make([]tableEntry, len(e.table))
enc_fast.go#L812: clear(e.dictTable)
enc_fast.go#L822: e.dictTable[nextHash] = tableEntry{
enc_fast.go#L826: e.dictTable[nextHash1] = tableEntry{
enc_fast.go#L850: e.table = *(*[tableSize]tableEntry)(e.dictTable)
enc_fast.go#L863: *(*[shardSize]tableEntry)(e.table[i*shardSize:]) = *(*[shardSize]tableEntry)(e.dictTable[i*shardSize:])
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |